Meld is a graphical tool that lets you compare and merge files or directories. You can use it as a difftool for Git to visually inspect the changes in your Git ...
I want to use meld as my diff tool for git. If I configure my .gitconfig like this : [difftool] prompt = false [diff] tool = meld and run command : $ git ...